Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FluentAssertions from 6.11.0 to 6.12.0 #469

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps FluentAssertions from 6.11.0 to 6.12.0.

Release notes

Sourced from FluentAssertions's releases.

6.12.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

New Contributors

... (truncated)

Commits
  • 340af80 Merge pull request #2270 from dennisdoomen/Release612
  • a6f615b Updated the release number
  • 3aa84ad Added Qodana batch
  • 3c635b9 Qodana scan: Use raw string: XmlElementAssertionSpecs
  • c5d4d07 Qodana scan: Use raw string: XElementAssertionSpecs
  • 38f6707 Qodana scan: Use raw string: XDocumentAssertionSpecs
  • 1ab324b Qodana scan: Potentially misleading parameter name in lambda or local function
  • ca6dcbf Tweak qodana.yaml
  • 7873005 Qodana scan: Convert constructor into member initializers
  • 4537b20 Qodana scan: Put local function after 'return' or 'continue'
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Sep 1, 2023
brunoocasali
brunoocasali previously approved these changes Sep 1, 2023
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

meili-bors bot added a commit that referenced this pull request Sep 1, 2023
469: Bump FluentAssertions from 6.11.0 to 6.12.0 r=brunoocasali a=dependabot[bot]

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.11.0 to 6.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/fluentassertions/fluentassertions/releases">FluentAssertions's releases</a>.</em></p>
<blockquote>
<h2>6.12.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>New features</h3>
<ul>
<li>Added <code>Be</code>, <code>NotBe</code> and <code>BeOneOf</code> for object comparisons with custom comparer by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2243">fluentassertions/fluentassertions#2243</a></li>
<li>Extend <code>AssemblyAssertions</code> with <code>HavePublicKey</code> and <code>BeUnsigned</code> by <a href="https://github.com/Corniel"><code>`@​Corniel</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2207">fluentassertions/fluentassertions#2207</a></li>
<li>Add <code>NotContainItemsAssignableTo</code> by <a href="https://github.com/Leo506"><code>`@​Leo506</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2266">fluentassertions/fluentassertions#2266</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Format records and anonymous types with their member values by <a href="https://github.com/benagain"><code>`@​benagain</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2144">fluentassertions/fluentassertions#2144</a></li>
<li>Improve caller identification for Visual Basic by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2254">fluentassertions/fluentassertions#2254</a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Avoid quoting newlines by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2202">fluentassertions/fluentassertions#2202</a></li>
<li>Include because+becauseArgs when comparing collections of enums for equivalency by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2214">fluentassertions/fluentassertions#2214</a></li>
<li>Fix auto conversion to enums by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2261">fluentassertions/fluentassertions#2261</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Github -&gt; GitHub by <a href="https://github.com/danielchalmers"><code>`@​danielchalmers</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2190">fluentassertions/fluentassertions#2190</a></li>
<li>Fix badge links by <a href="https://github.com/dennisdoomen"><code>`@​dennisdoomen</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2193">fluentassertions/fluentassertions#2193</a></li>
<li>Fix example wording by <a href="https://github.com/cskwrd"><code>`@​cskwrd</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2206">fluentassertions/fluentassertions#2206</a></li>
<li>Improve documentation on <code>ExcludingNestedObjects</code> by <a href="https://github.com/dennisdoomen"><code>`@​dennisdoomen</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2211">fluentassertions/fluentassertions#2211</a></li>
<li>Add missing <code>HaveElement()</code> occurrence docs by <a href="https://github.com/IT-VBFK"><code>`@​IT-VBFK</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2217">fluentassertions/fluentassertions#2217</a></li>
<li>Add documentation for <code>IComparer&lt;T&gt;</code> overload by <a href="https://github.com/ITaluone"><code>`@​ITaluone</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2220">fluentassertions/fluentassertions#2220</a></li>
<li>Update docs about thread safety by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2238">fluentassertions/fluentassertions#2238</a></li>
</ul>
<h3>Others</h3>
<ul>
<li>CA1860: Avoid using 'Enumerable.Any()' extension method by <a href="https://github.com/Evangelink"><code>`@​Evangelink</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2196">fluentassertions/fluentassertions#2196</a></li>
<li>Update PR template by <a href="https://github.com/eNeRGy164"><code>`@​eNeRGy164</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2188">fluentassertions/fluentassertions#2188</a></li>
<li>Code coverage improvements by <a href="https://github.com/sdelarosbil"><code>`@​sdelarosbil</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2180">fluentassertions/fluentassertions#2180</a></li>
<li>Remove sponsor Semantic Merge from the website by <a href="https://github.com/dennisdoomen"><code>`@​dennisdoomen</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2194">fluentassertions/fluentassertions#2194</a></li>
<li>Upmerge master to develop by <a href="https://github.com/dennisdoomen"><code>`@​dennisdoomen</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2195">fluentassertions/fluentassertions#2195</a></li>
<li>Simplify <code>GenericDictionaryEquivalencyStep</code> by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2191">fluentassertions/fluentassertions#2191</a></li>
<li>Cleanup by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2201">fluentassertions/fluentassertions#2201</a></li>
<li>Bump all dependencies by <a href="https://github.com/dennisdoomen"><code>`@​dennisdoomen</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2198">fluentassertions/fluentassertions#2198</a></li>
<li>Add Qodana by <a href="https://github.com/matkoch"><code>`@​matkoch</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2204">fluentassertions/fluentassertions#2204</a></li>
<li>Bump nuget dependencies by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2227">fluentassertions/fluentassertions#2227</a></li>
<li>Prepare for .NET8 analyzers by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2228">fluentassertions/fluentassertions#2228</a></li>
<li>Qodana fixes by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2229">fluentassertions/fluentassertions#2229</a></li>
<li>Update Nugets by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2240">fluentassertions/fluentassertions#2240</a></li>
<li>Analyzer cleanups by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2250">fluentassertions/fluentassertions#2250</a></li>
<li>Group framework dependent configuration by <a href="https://github.com/Corniel"><code>`@​Corniel</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2247">fluentassertions/fluentassertions#2247</a></li>
<li>Update cspell by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2255">fluentassertions/fluentassertions#2255</a></li>
<li>Update ruby gems by <a href="https://github.com/jnyrup"><code>`@​jnyrup</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2257">fluentassertions/fluentassertions#2257</a></li>
<li>Another Qodana test from the same repository by <a href="https://github.com/dennisdoomen"><code>`@​dennisdoomen</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2258">fluentassertions/fluentassertions#2258</a></li>
<li>Qodana fixes by <a href="https://github.com/IT-VBFK"><code>`@​IT-VBFK</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2221">fluentassertions/fluentassertions#2221</a></li>
<li>Add a pre-check if a user can help with a PR by <a href="https://github.com/IT-VBFK"><code>`@​IT-VBFK</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2262">fluentassertions/fluentassertions#2262</a></li>
<li>Fix qodana issues part 2 by <a href="https://github.com/IT-VBFK"><code>`@​IT-VBFK</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2264">fluentassertions/fluentassertions#2264</a></li>
<li>Release 6.12 by <a href="https://github.com/dennisdoomen"><code>`@​dennisdoomen</code></a>` in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2270">fluentassertions/fluentassertions#2270</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/benagain"><code>`@​benagain</code></a>` made their first contribution in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2144">fluentassertions/fluentassertions#2144</a></li>
<li><a href="https://github.com/cskwrd"><code>`@​cskwrd</code></a>` made their first contribution in <a href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2206">fluentassertions/fluentassertions#2206</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/340af803f2b0c60a132a334cafa845e15f636bba"><code>340af80</code></a> Merge pull request <a href="https://redirect.github.com/fluentassertions/fluentassertions/issues/2270">#2270</a> from dennisdoomen/Release612</li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/a6f615b80d3cc1df42edc1eb1ba6ab34d6f83b5d"><code>a6f615b</code></a> Updated the release number</li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/3aa84ad7fe31f2602cb0db960d87188da0cd52ca"><code>3aa84ad</code></a> Added Qodana batch</li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/3c635b935b52fabeda0a264ba15bcc4a177db61d"><code>3c635b9</code></a> Qodana scan: Use raw string: <code>XmlElementAssertionSpecs</code></li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/c5d4d07fe866ef87968a7ac0c388230464a296b6"><code>c5d4d07</code></a> Qodana scan: Use raw string: <code>XElementAssertionSpecs</code></li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/38f670716a0bb5fd99035696e61a677d9f52c796"><code>38f6707</code></a> Qodana scan: Use raw string: <code>XDocumentAssertionSpecs</code></li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/1ab324b70ec8d05b6d9df1e3e6da7181cd214754"><code>1ab324b</code></a> Qodana scan: Potentially misleading parameter name in lambda or local function</li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/ca6dcbfa608f035fcac9368742066a529d5853ae"><code>ca6dcbf</code></a> Tweak qodana.yaml</li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/787300551bcaa96b382171dc4d7ce63ea95ada0a"><code>7873005</code></a> Qodana scan: Convert constructor into member initializers</li>
<li><a href="https://github.com/fluentassertions/fluentassertions/commit/4537b205c93bccdc74a32b6dd9831a847b75cdca"><code>4537b20</code></a> Qodana scan: Put local function after 'return' or 'continue'</li>
<li>Additional commits viewable in <a href="https://github.com/fluentassertions/fluentassertions/compare/6.11.0...6.12.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=FluentAssertions&package-manager=nuget&previous-version=6.11.0&new-version=6.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

470: Bump System.IdentityModel.Tokens.Jwt from 6.32.1 to 6.32.2 r=brunoocasali a=dependabot[bot]

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.32.1 to 6.32.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases">System.IdentityModel.Tokens.Jwt's releases</a>.</em></p>
<blockquote>
<h1>6.32.2</h1>
<h2>Bug fixes:</h2>
<ul>
<li>Underlying JsonDocument is never disposed, causing high latency in large scale services. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2258">#2258</a> for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md">System.IdentityModel.Tokens.Jwt's changelog</a>.</em></p>
<blockquote>
<h1>6.32.2</h1>
<h2>Bug fixes:</h2>
<ul>
<li>Underlying JsonDocument is never disposed, causing high latency in large scale services. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2258">#2258</a> for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/c39701688fe42728dabf6a05e3527cc3303c7641"><code>c397016</code></a> changelog 6.32.2 (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2265">#2265</a>)</li>
<li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/fc9da23130adf758ef022f387c2760f788ab2fed"><code>fc9da23</code></a> Avoid draining the ArrayPool with undisposed JsonDocuments (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2258">#2258</a>)</li>
<li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/af9abdb1cad7826bc1ffbc420562781306ebd954"><code>af9abdb</code></a> Update codeql-analysis.yml (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2205">#2205</a>)</li>
<li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/620be62dda649d4c63e88ec9ae994a12cf54c707"><code>620be62</code></a> Fix casing of Properties directory in updateAssemblyInfo.ps1 script</li>
<li>See full diff in <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.32.1...6.32.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.IdentityModel.Tokens.Jwt&package-manager=nuget&previous-version=6.32.1&new-version=6.32.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@meili-bors
Copy link
Contributor

meili-bors bot commented Sep 1, 2023

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@brunoocasali
Copy link
Member

brunoocasali commented Sep 1, 2023

@dependabot recreate

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.11.0...6.12.0)

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@brunoocasali
Copy link
Member

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Sep 1, 2023

Build succeeded:

@dependabot dependabot bot merged commit aee1cd1 into main Sep 1, 2023
3 checks passed
@curquiza curquiza deleted the dependabot/nuget/FluentAssertions-6.12.0 branch October 12, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant